home *** CD-ROM | disk | FTP | other *** search
/ Aminet 33 / Aminet 33 - October 1999.iso / Aminet / dev / gui / select_gc.lha / select_gc / include / clib / selectgadget_protos.h
Encoding:
C/C++ Source or Header  |  1998-05-12  |  715 b   |  28 lines

  1.  
  2.  
  3. #ifndef CLIB_SELECTGADGET_PROTOS_H
  4. #define CLIB_SELECTGADGET_PROTOS_H
  5.  
  6.  
  7. /* Prototypes for the "select gadget" BOOPSI public class functions */
  8.  
  9.  
  10. Class *ObtainSelectGClass(void);
  11.  
  12. ULONG InitSelectGadgetA(struct Gadget *gadget, ULONG flags, struct TagItem *taglist);
  13.  
  14. ULONG InitSelectGadget(struct Gadget *gadget, ULONG flags, Tag tag1, ...);
  15.  
  16. void ClearSelectGadget(struct Gadget *gadget);
  17.  
  18. ULONG SetSGAttrsA(struct Gadget *gadget, struct Window *win, struct Requester *req, ULONG flags, struct TagItem *taglist);
  19.  
  20. ULONG SetSGAttrs(struct Gadget *gadget, struct Window *win, struct Requester *req, ULONG flags, Tag tag1, ...);
  21.  
  22. ULONG GetSGAttr(ULONG attributeid, struct Gadget *gadget, ULONG *storage);
  23.  
  24.  
  25. #endif
  26.  
  27.  
  28.